home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / programming / colpectius1 / colpectius1.txt < prev    next >
Text File  |  1993-08-18  |  3KB  |  66 lines

  1.  
  2. Colpectius1.1
  3. ~~~~~~~~~~~~~
  4. by Ben Wyatt, bwyatt@paston.co.uk
  5.  
  6. This is a small collection of AMOS stuff which I've written over the years,
  7. that would otherwise be gathering virtual dust, on my hard disk.
  8.  
  9. This is the second release of the Colpectius1. I've made a few alterations
  10. due to requests, bugs I noticed straight after I uploaded it, and to
  11. make it more compatible with Amos's that don't have 1000000 extensions
  12. added.
  13.  
  14. Questions Asked Frequently (QAF)
  15. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. What is the capital of India?
  17. How many eggs can a basket of diameter, 2 metres, hold?
  18. Given that x=1*n, what does n equal in terms of x?
  19.  
  20. QAFs about Colpectius1, with answers
  21. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. Why is it named after a Roman?
  23.     It's a collection of some of my stuff, but I didn't want to call it
  24.     "Collection1.lha", so I ran it through "Funnyizer.AMOS" (included in
  25.     this package) and it came up with Colpectius, which is slightly more
  26.     amusing and a tad more likely to get downloaded. The "1" tagged on
  27.     the end is because it is the first (and probably the last) of this
  28.     long running series.
  29.  
  30. What's in this Roman?
  31.     Add_Extension.AMOS
  32.     Fuzzy_Screen.AMOS
  33.     Maze_Generator.AMOS
  34.     Text_Editor.AMOS
  35.     Explode.AMOS
  36.     Gradient_Circle.AMOS
  37.     Bouncing_Ball.AMOS
  38.     Plasma.AMOS
  39.     Funnyizer.AMOS
  40.  
  41. What do these programs do?
  42.     Add_Extension.AMOS - Adds file extensions. Doesn't need Craft Extension
  43.        anymore.
  44.     Fuzzy_Screen.AMOS - Creates a fuzzy screen. No changes with this one.
  45.     Maze_Generator.AMOS - Generates a maze. I made a recursive maze solver
  46.        for this, but it ran out of stack space. :(
  47.     Text_Editor.AMOS - A text editor. Still as crap as it was before.
  48.     Explode.AMOS - Simulates an explosion. Now detects when all the bits
  49.        have disappeared.
  50.     Gradient_Circle.AMOS - Draws a gradiently filled circle. Now *much*
  51.        faster, procedure driven, and it doesn't leave "holes".
  52.     Bouncing_Ball.AMOS - A falling, bouncing ball. I'd left it in a silly
  53.        state, it's now as it was meant to be. There *was* some problems
  54.        with some of the example screens, but they are now all fixed.
  55.     Plasma.AMOS - Draws a plasma. Procedurized, copies across the screen
  56.        and fades the colours.
  57.     Funnyizer.AMOS - Takes a word and funnyizes it. Now works on Ntsc.
  58.  
  59. What should I do now?
  60.     Stop reading this, and have a look at the programs.
  61.      _________________________________
  62.     /                                 \
  63.     > Ben Wyatt - bwyatt@paston.co.uk <
  64.     \_________________________________/ ©1995 Very Interesting Signatures
  65.  
  66.